
S1 = Format(1234.56, "0.0")

Print s1

Stop


s1 = "01001000100010"

If Mid(s1, v1, 1) = "0"
	
	If Mid(s1, 3, 1) = "0"
		
	Stop
	
	v1 = 
	
	Slot(3) = 4
	
	v2 = v1 / 3
	
	Load http://www.theremino.com
Stop

Label 1
	v1 = Pow(3,4)
	Slot(3) = Pow(v1, 5)
	If Slot(3) >= 1000
		Slot(3) = 0
	EndIf
Goto 1

